home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / xcmd_eff.sit / Effect XCMD / background_2583.txt < prev    next >
Text File  |  1988-01-25  |  2KB  |  120 lines

  1. -- background: 2583 from stack: in
  2. -- bmap block id: 3183
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 147 (field)
  9. -- low flags: 81
  10. -- high flags: 0007
  11. -- rect: left=78 top=27 right=80 bottom=146
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 4
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 10
  19. -- part name: Antecedent codes
  20.  
  21.  
  22. -- part 148 (field)
  23. -- low flags: 81
  24. -- high flags: 0007
  25. -- rect: left=366 top=27 right=80 bottom=434
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 4
  30. -- text size: 9
  31. -- style flags: 0
  32. -- line height: 10
  33. -- part name: Consequent codes
  34.  
  35.  
  36. -- part 157 (button)
  37. -- low flags: 00
  38. -- high flags: 2002
  39. -- rect: left=0 top=49 right=80 bottom=39
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 20098 / 20098
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Home
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   go home
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 160 (button)
  56. -- low flags: 00
  57. -- high flags: 0002
  58. -- rect: left=473 top=49 right=80 bottom=512
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 2478 / 2478
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Aboutâ•”
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   push card
  70.   visual zoom out
  71.   go to card 1
  72.   set the hilite of bkgnd button id 160 to true
  73.   show card field "About"
  74.   wait until the mouse is down
  75.   wait until the mouse is up
  76.   hide card field "About"
  77.   set the hilite of bkgnd button id 160 to false
  78.   visual zoom in
  79.   pop card
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 170 (button)
  85. -- low flags: 00
  86. -- high flags: 2000
  87. -- rect: left=468 top=26 right=47 bottom=488
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 1014 / 1014
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: 
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   effect "to previous card"
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 171 (button)
  104. -- low flags: 00
  105. -- high flags: 2000
  106. -- rect: left=490 top=26 right=46 bottom=510
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 1013 / 1013
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: 
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   effect "to next card"
  118. end mouseUp
  119.  
  120.